home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
dobbs
/
v16n09
/
bob12.exe
/
X.BOB
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-07-11
|
285 b
|
11 lines
main()
{
a = newvector(10);
b = newstring(20);
stdout << "typeof(1)=" << typeof(1) << "\n";
stdout << "typeof(a)=" << typeof(a)
<< ", sizeof(a)=" << sizeof(a) << "\n";
stdout << "typeof(b)=" << typeof(b)
<< ", sizeof(b)=" << sizeof(b) << "\n";
}